home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-05-21 | 2.5 KB | 61 lines | [TEXT/ttxt] |
- This directory contains demonstrations of the "web" TCP/IP stream loadable.
-
- web - Basic Web capabilities such as HTTP connects and URL fetching.
- NOTE: This folder is also included in the ScriptX utilities. It is
- duplicated here to make it easier to build the demonstration programs.
-
- browser - Implements a primitive Web browser which parses some (not all!)
- HTML and allows embedded ScriptX applications.
-
- To run as a text-only browser:
- 1) Start "hotsx.sxt".
- 2) Type a URL into the text box.
- 3) Press the "Goto:" button.
-
- To test embedded ScriptX applications:
- 1) Copy "websx.htm", "embed.sxt", and "spaces6.sxt" to a Web
- site.
- 2) Type the URL for that Web site's copy of "websx.htm" into the
- text box.
- 3) Press the "Goto:" button.
-
- misc - Sample functions to try in the browser environment.
-
- ifish - Implements the "Internet Fish Protocol", setting up an animated fish
- which swims between windows on separate machines. For details, see the
- "readme.txt" in the directory.
-
- Note that this code adapts software originally created by the World Wide
- Web Consortium, who have requested that the following text be included:
-
- =======================
-
- NOTICE
-
- Copyright 1995 by: Massachusetts Institute of Technology (MIT), INRIA
-
- This W3C software is being provided by the copyright holders under the
- following license. By obtaining, using and/or copying this software, you
- agree that you have read, understood, and will comply with the following
- terms and conditions:
-
- Permission to use, copy, modify, and distribute this software and its
- documentation for any purpose and without fee or royalty is hereby granted,
- provided that the full text of this NOTICE appears on ALL copies of the
- software and documentation or portions thereof, including modifications,
- that you make.
-
- THIS SOFTWARE IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO
- REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED. BY WAY OF EXAMPLE, BUT
- NOT LIMITATION, COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES OF
- MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF
- THE SOFTWARE OR DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS,
- COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS. COPYRIGHT HOLDERS WILL BEAR NO
- LIABILITY FOR ANY USE OF THIS
- SOFTWARE OR DOCUMENTATION.
-
- The name and trademarks of copyright holders may NOT be used in advertising
- or publicity pertaining to the software without specific, written prior
- permission. Title to copyright in this software and any associated
- documentation will at all times remain with copyright holders.
-